CamPoint.Parameter property
The additional parameter for the table points, depends on the interpolation type.
Linear interpolation: null.
Poly5 interpolation: it has four point types. "!=" means "not equal to."
- StopPoint: Vel = 0; Acc = 0;
- VelocityPoint: Vel != 0; Acc = 0;
- AccelerationPoint: Vel = 0; Acc != 0;
- MovePoint: Vel != 0; Acc != 0;
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public double[] Parameter { get; set; }
Public Property Parameter As Double()
Property value
Type: double[]
See also